home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / LGP250S1.ZIP / src / libgplus.5 / config / mt-hppa < prev   
Text File  |  1993-09-13  |  297b  |  18 lines

  1. AS_FOR_TARGET = ` \
  2.   if [ -f $${rootme}/pagas/Makefile ] ; then \
  3.     echo $${rootme}/pagas/as.new ; \
  4.   else \
  5.     if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
  6.       echo $(AS); \
  7.     else \
  8.        t='$(program_transform_name)'; echo as | sed -e '' $$t ; \
  9.     fi; \
  10.   fi`
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.